GrapeCity.Spreadsheet アセンブリ > GrapeCity.Spreadsheet 名前空間 > CellMatrix<T> クラス : MoveRange メソッド |
'Declaration
Public Overridable Sub MoveRange( _ ByVal source As SparseArray(Of T), _ ByVal sourceIndex As Integer, _ ByVal target As SparseArray(Of T), _ ByVal targetIndex As Integer, _ ByVal length As Integer _ )
public virtual void MoveRange( SparseArray<T> source, int sourceIndex, SparseArray<T> target, int targetIndex, int length )